From: cl349@firebug.cl.cam.ac.uk Date: Tue, 13 Sep 2005 15:48:19 +0000 (+0000) Subject: merge? X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16806^2~38 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=235a106a4d364b772cc65ca3edfaafd549bec4fc;p=xen.git merge? --- 235a106a4d364b772cc65ca3edfaafd549bec4fc diff --cc tools/python/xen/xend/XendDomainInfo.py index 7251239bad,dd6be87a98..d75d872b5c --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@@ -808,10 -814,10 +808,9 @@@ class XendDomainInfo def create_channel(self): """Create the channels to the domain. """ - self.store_channel = self.eventChannelOld("store_channel") - self.console_channel = self.eventChannel("console", "port") - + self.store_channel = self.eventChannel("store/port") + self.console_channel = self.eventChannel("console/port") - def create_configured_devices(self): devices = sxp.children(self.config, 'device') for d in devices: